home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto18.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  516 b   |  20 lines

  1. on exitFrame
  2.   global k, s40
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     if k = 0 then
  7.       set the visible of sprite 20 to 0
  8.       set the visible of sprite 19 to 1
  9.       animate("A18-2AVX.WAV", 19, "a18-2-01.bmp", 9, s40, EMPTY)
  10.       set the visible of sprite 20 to 1
  11.       set the visible of sprite 19 to 0
  12.       puppetSprite(19, 0)
  13.       puppetSprite(20, 0)
  14.       puppetSprite(18, 1)
  15.       set the castNum of sprite 18 to the number of member "A18-2-09.BMP"
  16.       updateStage()
  17.     end if
  18.   end if
  19. end
  20.